home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / The Director Toolkit v1.0.adf / CLI_Commands / docs < prev    next >
Text File  |  1987-02-25  |  5KB  |  151 lines

  1.  
  2. |f2|c7|t1CLI Commands|f1|c3|t0
  3.  
  4. The programs in this drawer are all new |c7CLI|c3 commands:|r1
  5.  
  6. |c7|+8MakeANIM|+5- ANIM compressor|r1
  7. |+8MakePal|+6- Palette optimizer|r1
  8. |+8View|+9- IFF file viewer|r1
  9. |+8DFilter|+6- Compatibility filter|c3|r1
  10.  
  11. Instructions on each individual command is found in the |c7README|c3 files 
  12. in their respective drawers.|r1
  13. |e
  14.  
  15. In order to run a |c7CLI|c3 command, when you type the command 
  16. |c7AmigaDOS|c3 must be able to find the command.  |c7AmigaDOS|c3 will 
  17. look for the command like this:|r1
  18.  
  19. |+41. first look in the current directory.|r1
  20. |+42. look in any other directories specified in the |c7PATH|c3|-.|r1
  21. |+43. look in the |c7C:|c3 directory.|r1
  22.  
  23. So, you must meet one of these conditions in order to run the commands.
  24. You can accomplish this in several ways.
  25. |e
  26.  
  27. |c71. Current Directory|c3|r1
  28.  
  29. The commands are supplied on the |c7ToolKit|c3 disk in the commands 
  30. directory.
  31. You can change to this directory with the |c7CD|c3 command:|r1
  32.  
  33. |c7|+81> cd toolkit:commands|c3|r1
  34.  
  35. And then run any of the commands.  However, due to the fact that several
  36. of the commands use files that you create as parameters, you may find it
  37. inconvenient to utilize them in this manner.  
  38. |e
  39.  
  40. |c72. The PATH|c3|r1
  41.  
  42. |c7AmigaDOS|c3 provides a |c7PATH|c3 command that is used to specify 
  43. locations to search for commands, besides the current directory and 
  44. the |c7C:|c3 directory.  You can find out your current |c7PATH|c3 settings 
  45. simply by typing "path" at the |c7CLI|c3 prompt:|r1
  46.  
  47. |+8|c71> path|r1
  48. |+8Current directory|r1
  49. |+8C:|c3|r1
  50. |e
  51.  
  52. You can add the |c7ToolKit|c3 commands directory to your current path by 
  53. typing:|r1
  54.  
  55. |+8|c71> path toolkit:commands add|c3|r1
  56.  
  57. The toolkit disk MUST be in a disk drive at the time or you'll get an
  58. "Unable to find" error.|r1
  59.  
  60. You may find this method inconvenient as well, as you will have to have
  61. the |c7ToolKit|c3 disk inserted in a drive at any time you may want to use
  62. the new commands.
  63. |e
  64.  
  65. You can decide to copy the commands to your boot disk and adjust the
  66. |c7PATH|c3 to look there if you'd like, though you will have to make sure
  67. there is room on your boot disk to do so.  If you are booting from
  68. a copy of the Director disk, you can decide to delete some Director
  69. demo files to make room.  Here are some commands you can type to delete
  70. enough demo files to make room on your working Director boot disk (make
  71. sure you have booted from your working Director disk first):|r1
  72.  
  73. |c7|+81>delete anims all|r1
  74. |+81>delete pictures/telcells|r1
  75. |+81>delete pictures/telscreen|r1|c3
  76. |e
  77.  
  78. After deleting these files from the "telemetry" demo, you should have room
  79. to copy the new |c7ToolKit|c3 commands to your working Director disk.  You 
  80. can just copy them into the main directory with the command (again, your
  81. Director working disk must be in drive DF0: ):|r1
  82.  
  83. |c7|+81>copy toolkit:commands df0:|c3|r1 
  84.  
  85. Or, you can copy them into the |c7C:|c3 directory as described in the next
  86. section.|r1
  87. |e
  88. |c73. The C: directory|c3|r1
  89.  
  90. |c7AmigaDOS|c3 will always look in the |c7C:|c3 directory for commands if 
  91. it is unable to find them elsewhere.  This can many times be the most useful
  92. place to put |c7CLI|c3 commands.  You will currently find the |c7AmigaDOS|c3 
  93. commands |c7CD|c3|-, |c7ASSIGN|c3|-, |c7DIR|c3|-, etc.  in your |c7C:|c3 
  94. directory.|r1
  95.  
  96. The |c7C:|c3 directory generally is assigned to the directory named "c" 
  97. on your boot disk.  On a hard disk however, generally the boot process will 
  98. reassign your |c7C:|c3 directory to the hard disk.  You can find out where
  99. your current |c7C:|c3 directory is at any given time, by typing:
  100.  
  101. |+8|c71> assign|c3|r1
  102.  
  103. Assign will then give you a complete report of all your assignments,
  104. just look for C, and see what disk and directory is currently assigned
  105. to |c7C:|c3|-.
  106. |e
  107.  
  108. If you have a hard disk, or if you have booted from a Director working
  109. disk and done the deletions specified in the previous sections to
  110. make room, you can copy the |c7ToolKit|c3 |c7CLI|c3 commands to 
  111. your |c7C:|c3 directory like this:|r1
  112.  
  113. |+8|c71> copy toolkit:commands c:|c3|r1
  114. |e
  115.  
  116. If you are booting from a copy of the WorkBench disk, you will have to 
  117. make sure there is enough room to copy the commands to that disk.  There 
  118. are several files that can be deleted in order to make room.  You can try 
  119. the commands:|r1
  120.  
  121. |c7|+81>delete df0:devs/narrator.device|r1
  122. |+81>delete df0:libs/translator.library|c3|r1
  123.  
  124. which will delete the device and library used for the speech synthesizer.
  125. Unfortunately, this alone may not give you enough room to copy the new
  126. commands to your WorkBench disk.
  127. |e
  128.  
  129. You can delete all your fonts by typing:|r1
  130.  
  131. |+8|c71>delete df0:fonts all|c3|r1
  132.  
  133. This will give you an error in deleting the fonts directory itself as
  134. it is currently in use, though all the fonts contained will be deleted.
  135. This will probably give you enough space to copy the |c7ToolKit|c3 commands
  136. on to your WorkBench working disk with the command (once you have booted 
  137. from the WorkBench):|r1
  138.  
  139. |+8|c71>copy toolkit:commands c:|c3|r1
  140. |e
  141.  
  142. |c7Conclusion|c3|r1
  143.  
  144. One of the previous methods must be used to access the new |c7ToolKit|c3
  145. |c7CLI|c3 commands, or you can boot from the ToolKit Disk itself and
  146. use them directly from the |c7CLI|c3 there.|r1  
  147.  
  148. Read the individual |c7README|c3 files in each drawer for specifics on the 
  149. individual commands themselves.
  150.  
  151.